翻訳と辞書
Words near each other
・ Name of the Philippines
・ Name of the Rose (2003 film)
・ Name of the Year
・ Name of Toronto
・ Name of Turkey
・ Name of Ukraine
・ Name program
・ Name Rank and Number
・ Name reaction
・ Name recognition
・ Name resolution
・ Name resolution (computer systems)
・ Name resolution (programming languages)
・ Name resolution (semantics and text extraction)
・ Name server
Name Service Switch
・ Name tag
・ Name Taken
・ Name That Tune
・ Name That Tune (UK game show)
・ Name That Video
・ Name This Game
・ Name vase
・ Name Your Adventure
・ Name Your Own Price
・ Name Your Slippers
・ Name-bearing type
・ Name-dropping
・ Name.com
・ NameBase


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Name Service Switch : ウィキペディア英語版
Name Service Switch
The Name Service Switch (NSS) is a facility in Unix-like operating systems that provides a variety of sources for common configuration databases and name resolution mechanisms. These sources include local operating system files (such as /etc/passwd, /etc/group, and /etc/hosts), the Domain Name System (DNS), the Network Information Service (NIS), and LDAP.
====
A system administrator usually configures the operating system's name services using the file /etc/nsswitch.conf. This lists databases (such as passwd, shadow and group) and one or more sources for obtaining that information. Examples for sources are ''files'' for local files, ''ldap'' for the Lightweight Directory Access Protocol, ''nis'' for the Network Information Service, ''nisplus'' for NIS+, and ''wins'' for Windows Internet Name Service.
The nsswitch.conf file has line entries for each service consisting of a database name in the first field, terminated by a colon, and a list of possible source databases mechanisms in the second field.
A typical file might look like:

passwd: files ldap
shadow: files
group: files ldap
hosts: dns nis files
ethers: files nis
netmasks: files nis
networks: files nis
protocols: files nis
rpc: files nis
services: files nis
automount: files
aliases: files

The order of the services listed determines in which order NSS will attempt to use those services to resolve queries on the specified database.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Name Service Switch」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.